|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
NFCollectorProcess handles the NetFlow Collector process. More...
Public Member Functions | |
| void | setEnabled (bool) |
| Enables or disables the NetFlow Collector. More... | |
| bool | isEnabled () |
| Returns true if the NetFlow Collector is enabled, otherwise false. More... | |
Public Member Functions inherited from Process | |
| Device | getOwnerDevice () |
| Returns the device for this process. More... | |
NFCollectorProcess handles the NetFlow Collector process.
| bool NFCollectorProcess::isEnabled | ( | ) |
Returns true if the NetFlow Collector is enabled, otherwise false.
| void NFCollectorProcess::setEnabled | ( | bool | ) |
Enables or disables the NetFlow Collector.
| enable,true | to enable the NetFlow Collector, false to disable it. |